home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2.sit / Raven 1.2 / • Extras • / SGI STL / utility.h < prev    next >
C/C++ Source or Header  |  1997-05-28  |  812b  |  28 lines

  1. //  -*- Mode: C++ -*-
  2. /*
  3.  *
  4.  * Copyright (c) 1997
  5.  * Moscow Center for SPARC Technology
  6.  *
  7.  * Permission to use, copy, modify, distribute and sell this software
  8.  * and its documentation for any purpose is hereby granted without fee,
  9.  * provided that the above copyright notice appear in all copies and
  10.  * that both that copyright notice and this permission notice appear
  11.  * in supporting documentation.  Moscow Center for SPARC Technology makes no
  12.  * representations about the suitability of this software for any
  13.  * purpose.  It is provided "as is" without express or implied warranty.
  14.  *
  15.  */
  16.  
  17. // New style C++ header.
  18. // suppresses "using std;" clause.
  19.  
  20. #ifndef __UTILITY__
  21. # define __UTILITY__
  22. # ifndef  __STL_NO_USING_STD
  23. #  define __STL_NO_USING_STD
  24. # endif
  25. # include <function.h>
  26. # include <pair.h>
  27. #endif
  28.